home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Information / Guides / OS35FAQ < prev    next >
Text File  |  2000-02-20  |  18KB  |  413 lines

  1.  
  2.                        ****  **   ** **  ****   ****
  3.                       **  ** *** ***    **     **  **
  4.                       ****** ******* ** ** *** ******
  5.                       **  ** ** * ** ** **  ** **  **
  6.                       **  ** **   ** ** **  ** **  **
  7.                   * ****  ** **   ** **  ***** **  **** *
  8.  
  9.  
  10.            ****   ****   *****    *****      ******  ****   ****
  11.           **  ** **        **     **         **     **  ** **  **
  12.           **  **  ****    ***     *****      *****  ****** **  **
  13.           **  **     **     **        **     **     **  ** **  **
  14.           **  ** **  ** **  ** ** **  **     **     **  ** ** ***
  15.            ****   ****   ****  ** *****      **     **  **  *****
  16.                                                                 **
  17.                        second edition - 11-Feb-2000
  18.  
  19. ---------------------------------------------------------------------------
  20.  
  21.     based on hints, tips and discussions on the mailinglist at Onelist
  22.   amigaOS3_5@onelist.com (subscribe via amigaOS3_5-subscribe@onelist.com)
  23.  
  24.  This FAQ is not meant to replace the "official" version at www.amiga.com,
  25.   it is an addition to provide answers to questions that appeared on the
  26.  mailinglist irritatingly often :) or are worth being mentioned in an FAQ.
  27.  
  28.      If you have additions or corrections to the FAQ, please write to
  29.                neurodancer@gmx.de (current FAQ maintainer).
  30.  
  31. ---------------------------------------------------------------------------
  32.  
  33. Abbreviations that may have been used & explanation of some terms:
  34.  
  35. S-S = Startup-Sequence. A batchfile in S: that is executed when you boot
  36.       your Amiga the normal way. You shouldn't make changes to this file
  37.       until it is really necessary. Put your own additions to...
  38.  
  39. U-S = User-Startup. Another batchfile in S: which contains additions,
  40.       either by the user or some installer script, to the S-S. If it
  41.       exists, it is automagically =) ran by S-S.
  42.  
  43. W-S = WBStartup. A drawer on SYS: where "autostart" files reside. Those
  44.       are ran when the Workbench is first loaded.
  45.  
  46. RTG = ReTargetable Graphics. Usually a software driver kit for a
  47.       graphic chipset - mostly for graphic cards, but not necessarily
  48.       (There's a CGX AGA driver set for PowerPC Amigas [thanks Tony]).
  49.  
  50. P96 = Picasso96, shareware RTG software kit
  51.  
  52. CGX = CyberGraphics, commercial (v4) RTG software kit
  53.  
  54. HDD = Hard Disk Drive (oh really =)
  55.  
  56. RDB = Rigid Disk Block. The first few blocks of a HDD which contain the
  57.       vital information for the drive, e.g. partition(s), filesystem(s).
  58.  
  59.       John Wasilewski said: "No, that's wrong. Its an acronym for 'Disks
  60.       Regularly Buggered', with the letters rearranged, so that you can't
  61.       read them. Like the disks." =)
  62.  
  63. NSD = New Style Device. See FAQ entry below for details.
  64.  
  65. FFS = Fast File System. The standard Amiga filesystem. The AmigaOS 3.5
  66.       version is v45.
  67.  
  68.       NOTE: "TD64" FFS v44 is a *patched* v40 and no official update!
  69.       [Heinz Wrobel]
  70.  
  71. PFS = Professional File System. A commercial third party filesystem,
  72.       not compatible with FFS.
  73.  
  74. SFS = Smart File System. A currently freeware third party filesystem,
  75.       not compatible with FFS either.
  76.  
  77. TLA = Three Letter Acronym :)
  78.  
  79. ---------------------------------------------------------------------------
  80.  
  81.                       The Frequently Asked Questions
  82.                 ("Q" - Questions, "A" - Answer, "N" - Note)
  83.  
  84. ---------------------------------------------------------------------------
  85.  
  86. Q: I have a GFX board and/or RTG software installed. When I open a window
  87.    with a lot of icons, a large amount of chipmem is used. Why is that,
  88.    and how can I avoid it?
  89.  
  90. A: By default (and for compatibility reasons), OS 3.5 uses chipmem for
  91.    the new icon system. It is possible to use fastmem, the option is
  92.    built into the OS - but in order to flick the switch, you need a 3rd
  93.    party tool, e.g. WBC or WBCtrl (in the "Contributions" drawer of the
  94.    CD - more recent version however on Aminet).
  95.  
  96.    The most common tool is WBCtrl by Stephan Rupprecht, GFX board owners
  97.    just have to add "WBCtrl IMT=FAST" somewhere in their U-S, et voila.
  98.  
  99.    [these two tools are NOT HACKS, no patching is done. "WB2Fast" however
  100.    is the one program that hacks into the OS instead of using the legal
  101.    built-in methods]
  102.  
  103. N: WB will *still* use a small portion of chipmem whenever you open a
  104.    window, copy files etc. etc. - why? We don't know either. This can
  105.    only be avoided by using WB2Fast.
  106.  
  107. ---------------------------------------------------------------------------
  108.  
  109. Q: I don't have a GFX board - can I render the icons in fastram anyway?
  110.  
  111. A: Yes, if you have an AGA Amiga, install "FBlit" and you can use
  112.    WBCtrl, it is aware of the FBlit patch as of v1.3 (from Aminet, not
  113.    from the CD!), and your icons will use fastram then. John Wasilewski
  114.    originally compiled a summary of what to do and where for the list,
  115.    please credit him. Here's the "how to" in short:
  116.  
  117.    Add to your S-S after the "copy ENVARC: etc." line:
  118.  
  119.       FBlit
  120.       WBCtrl IMT=ICONFAST
  121.  
  122.    And then add "SIMPLEGELS" to the LoadWB command, so that the last two
  123.    lines look like this:
  124.  
  125.       LoadWB SIMPLEGELS
  126.       EndCLI
  127.  
  128. ---------------------------------------------------------------------------
  129.  
  130. Q: What does "LoadWB SIMPLEGELS" do?
  131.  
  132. A: It reverts the system to the old OS 3.1 style of selecting and
  133.    dragging icons, solid and positioning one at a time. The new OS 3.5
  134.    way is greyed or dotty icons and positioning all at once. On my
  135.    A1200T, SIMPLEGELS prevents the 300K Chip RAM loss when using FBlit
  136.    and WBCtrl on AGA. [Michael Rye]
  137.  
  138. Robin Hueskes reported his system (using a BVisionPPC with CGX4) was very
  139. unstable until he used the "SIMPLEGELS" option, if you are experiencing
  140. problems you might give it a try, even if you're using a GFX board.
  141.  
  142. ---------------------------------------------------------------------------
  143.  
  144. Q: DOpus5 does not display the new 3.5 icons, why?
  145.  
  146. A: The icon format of WB 3.5 is different to previous icon formats, it is
  147.    not the NewIcons format either. You need to download the update patch
  148.    for DOpus from the website of GP Software.
  149.  
  150. ---------------------------------------------------------------------------
  151.  
  152. Q: What are the programs in the "Converter-Scripts" directory for?
  153.  
  154. A: These tools were not intended to be on the CD; Olaf Barthel
  155.    provided the mailinglist with the following answer:
  156.  
  157.    ClockIcon: Tests a new AppIcon feature: in V44 workbench.library
  158.    allows the owner of an AppIcon to render the icon image itself. This
  159.    allows for a clock display to be updated in an AppIcon image (NB:
  160.    check out the new tool "AnimatedIcon" from BoingBag1)
  161.  
  162.    CondenseIcons: This reads an icon, drops the planar icon image and any
  163.    associated NewIcons tool types and writes the icon back to disk. This
  164.    will result in space savings.
  165.  
  166.    Convert8ColorIcons: This reads an 8 colour image, attaches a default
  167.    8 colour palette to it and writes it back to disk.
  168.  
  169.    ConvertMagicWBIcons: This reads a MagicWB icon and writes it back to
  170.    disk in the new V44 icon.library format (including the matching
  171.    palette).
  172.  
  173.    ConvertNewIcons: This reads a NewIcons format icon and writes it back
  174.    to disk in the new V44 icon.library format.
  175.  
  176.    GlowIconImage: This reads image files, applies the glow effect and
  177.    writes the result to disk as a V44 format icon.
  178.  
  179.    ImageToIcon: This reads an image file and writes it to disk as a V44
  180.    format icon.
  181.  
  182.    LayoutIcon: This tests the new V44 icon.library LayoutIconA() code.
  183.  
  184.    StripIcons: This reads an icon, removes the NewIcons tool types or the
  185.    V44 palette information and writes it back to disk.
  186.  
  187. ---------------------------------------------------------------------------
  188.  
  189. Q: Is there a way to make "DefIcons" work with OS 3.5?
  190.  
  191. A: You can use "DefIcons44" (from Aminet), its the replacement for OS
  192.    3.5, even comes with a prefs editor, and is yet another useful tool by
  193.    Stephan Rupprecht - Stephan, we all really owe you a big one. =)
  194.  
  195. ---------------------------------------------------------------------------
  196.  
  197. Q: My AWeb toolbar buttons are wrecked, can I fix them?
  198.  
  199. A1:This is mentioned in the original FAQ as well - with the note "there's
  200.    no way around it", but you can fix this very easily, and we on the
  201.    mailinglist were the first to discover it: load the toolbar image into
  202.    a GFX converter and save it as GIF.
  203.  
  204. A2:Remove the "transparent" tooltype from the .info file, a user reported
  205.    this helps as well.
  206.  
  207. ---------------------------------------------------------------------------
  208.  
  209. Q: What do the (new) C: commands "CAPrefs", "Group" and "Owner" do?
  210.    They aren't covered in the manual.
  211.  
  212. A1:CAPrefs is replaced by a dummy file, see next FAQ entry.
  213.  
  214. A2:Group and Owner let you alter the owner/group flags in filesystems
  215.    that support this. They used to be part of AS225 and Envoy. Note
  216.    that the OS3.5 "List" command now also supports users/groups options.
  217.    [Kolbjørn Barmen]
  218.  
  219. N: There are more new features in other shell commands: List now has
  220.    a sort option: List sort N = sort name
  221.                   List sort S = sort size
  222.                   List sort D = sort date
  223.    [Martin Steigerwald]
  224.  
  225. ---------------------------------------------------------------------------
  226.  
  227. Q: What happened to "CAPrefs" and the "ClassAct" prefs editor?
  228.  
  229. A: They are replaced with dummy files by the 3.5 installer and are
  230.    needed no longer. OS 3.5's "ReAction" is the successor of ClassAct,
  231.    and the prefs are initialized via the normal "IPrefs" command that is
  232.    in your S-S anyway. You can safely remove the "CAPrefs" command from
  233.    your S-S or U-S and dump the "ClassAct" prefs editor.
  234.  
  235. ---------------------------------------------------------------------------
  236.  
  237. Q: Ever since I'm using DefIcons44/TweakWB, my ENV: has grown really
  238.    big due to the lot of def_xxx.info files - can't I reduce the memory
  239.    usage somehow?
  240.  
  241. A1:Optimize the icons using Stephan Rupprechts "CondenseIcons" (from
  242.    Aminet), it can remove the old planar image from the icon, convert
  243.    any NewIcons "tooltype image" :) into an OS 3.5 image, and save an
  244.    optimized result. That can reduce the size of icons upto 50%.
  245.    CondenseIcons can enter directories recursive, so you can convert
  246.    A LOT of icons in one go (highly recommended for your HDD's as well,
  247.    unless you intend to switch back to OS3.1 =)
  248.  
  249. A2:Install HappyENV (Aminet), it copies files from ENVARC: to ENV:
  250.    only when they are actually requested by an application, speeding up
  251.    booting, and saving some RAM as well, as it is optimized for very
  252.    small files.
  253.  
  254. A3:Remove default icons you really don't need ("def_tar" etc. might
  255.    be a good candidate)
  256.  
  257. A4:Occasionally browse through ENVARC: - often there's a lot of old
  258.    config files and crap still rotting there, from programs you've
  259.    deleted almost ages ago. :)
  260.  
  261. ---------------------------------------------------------------------------
  262.  
  263. Q: Why do other FAQ's still mention that RAWBInfo doesn't work with
  264.    3.5 correctly?
  265.  
  266. A: Because they're poorly maintained =) - the latest RAWBInfo does indeed
  267.    work GREAT with OS 3.5 and supports *all* of its features, plus a lot
  268.    more that you may know from old "SwazInfo". Just install it, its ok!
  269.  
  270. ---------------------------------------------------------------------------
  271.  
  272. Q: How do I put the new FFS into my HDD's RDB?
  273.  
  274. A: * Start HDToolbox & select the device that controls your HDD,
  275.      then the drive in question.
  276.  
  277.    * Click the "Partition drive" gadget. In the lower right corner is
  278.      a section labeled "File System", below it a line that shows the
  279.      filesystem in use on the selected partition.
  280.  
  281.    * Click the "Add/Update" gadget. From the listview that is now shown,
  282.      select the filesystem you want to update (it should *really* read
  283.      "FastFileSystem")
  284.  
  285.    * Click the "Update File System..." gadget. From the filerequester,
  286.      select the new FFS (L:FastFileSystem).
  287.  
  288.    * Click the "OK" gadget, and you'll be returned to the partition
  289.      drive window.
  290.  
  291.    * Click on the "Save" button, then Exit HDToolBox.
  292.  
  293.    Done. To make the change actually happen, reboot your Amiga.
  294.  
  295.    With these steps you *copy* the filesystem *into* the RDB, it is not
  296.    just a link or pointer to the filesystem that was installed with the
  297.    OS 3.5 installer.
  298.  
  299. ---------------------------------------------------------------------------
  300.  
  301. Q: I have a HDD that was prepared with SCSIConfig from phase5. When I try
  302.    to access it via HDToolBox, something seems to be wrong, ie. HDTB tells
  303.    me there have been changes to the drive which need to be saved.
  304.  
  305. A: You should *never* mix SCSIConfig and HDToolBox when it comes to
  306.    editing/preparing one and the same harddisk. Never, never, never.
  307.    Stick with the program you initally used to prepare your HDD.
  308.  
  309.    SCSIConfig has a different opinion about how to calculate geometry than
  310.    HDToolbox; even if you only enable the "synchron" flag in SCSIConfig,
  311.    it actually does write its own new geometry calculations to the RDB,
  312.    causing a *big* MESSUP when you add new partitions to the drive; you
  313.    may get overlapping partitions!
  314.  
  315.    Never ever combine the usage of these two programs for the same drive.
  316.    AFAIK this is valid for all versions of SCSIconfig as of 4-Feb-2000.
  317.    [Martin Steigerwald]
  318.  
  319. ---------------------------------------------------------------------------
  320.  
  321. Q: What is this NSD, NSDPatch and the NSDPatch.cfg stuff?
  322.  
  323. A: "NSD" itself is a guideline on how an exec device driver should be
  324.    designed, so that its capabilities can be identified. "NSD" is a
  325.    textfile with instructions for developpers - not a program. The idea
  326.    is a unified exec device system (exec device means eg. "serial.device"
  327.    as opposed to "SER:", which is a DOS device).
  328.  
  329.    "NSDPatch" however is a program that can make old devices (that were
  330.    created before the definition of NSD) look NSD compliant. In addition,
  331.    it fixes some bugs and broken devices. It can also add basic 64bit
  332.    functionality for trackdisk-like devices to break the 4G barrier of
  333.    old HDD device drivers.
  334.  
  335.    NSDPatch, as Heinz Wrobel put it, "emulates" NSD on old devices by
  336.    adding a header on top of them. In "NSDPatch.cfg" (which is installed
  337.    to DEVS: by the OS 3.5 installer), the definitions (that would be part
  338.    of a New Style Device anyway) are written down. Don't mess with the
  339.    configfile if you don't really know what you're doing.
  340.  
  341.    "NSDPatch" is integrated into SetPatch as of OS 3.5, you don't need to
  342.    install it additionally.
  343.  
  344.    For more information, you can download the original NSDPatch archive,
  345.    it comes with a good .guide, and the original NSD definitions from the
  346.    website of Amiga Inc.
  347.  
  348. ---------------------------------------------------------------------------
  349.  
  350. Q: Where does my boot partition have to be when I'm using a HDD which
  351.    is larger than 4G on the Amiga's internal HDD connector?
  352.  
  353. A: When you're doing a COLD boot (you switch on the machine), you have
  354.    neither the NSDPatch 64bit functionality, nor have you the "AmigaOS
  355.    ROM update" activated yet.
  356.  
  357.                     Don't get confused, COLD boot only!
  358.  
  359.    The following statement is valid for *ALL* Amiga models that have an
  360.    internal "SCSI" connector, be it a real scsi.device (A3000/T, A4000T)
  361.    or the pseudo IDE_scsi.device (A600, A1200, A4000):
  362.  
  363.    * YOUR BOOT PARTITION MUST BE IN THE LOWER 4G RANGE! Even if you have
  364.      FFS v45+ installed in the RDB of the HDD. FFS v45 alone can NOT use
  365.      its 64 bit commands on the old v40 scsi.device!
  366.  
  367.    Furthermore, the v40 IDE_scsi.device has an internal *unchangeable*
  368.    limit of 8G, which means:
  369.  
  370.    * If you're using a filesystem that has "direct scsi" or "TD64"
  371.      support (e.g. PFS, SFS) on an A600/A1200/A4000, YOUR BOOT PARTITION
  372.      MUST BE WITHIN THE LOWER 8G.
  373.  
  374.    [thanks to Colin Wenzel, who first came up with this problem,
  375.    and to Heinz Wrobel for a lot of answers]
  376.  
  377. ---------------------------------------------------------------------------
  378.  
  379. Q1:I'm having problems with the ROM updated "scsi.device" (the machine
  380.    won't boot or similar), can I skip the "ROM update" and use NSDPatch
  381.    to apply 64bit functionality to the old scsi.device (from the 3.1 ROM)
  382.    to use a >4G HDD?
  383.  
  384. Q2:Isn't the NSD patched v40 scsi.device the same as the v43 scsi.device
  385.    from the "ROM update"?
  386.  
  387. A: An NSD-patched scsi.device has *simple* 64bit functionality, its an
  388.    emulation via HD_SCSICMD, nothing more. The complete, working stuff
  389.    with internal control, retries, error handling etc. is ONLY available
  390.    via the "ROM update" to scsi.device v43 that is applied via SetPatch.
  391.  
  392.    And don't forget: if you have an A600/A1200/A4000, you're still stuck
  393.    with the internal 8G limit of the v40 IDE_scsi.device. You can use a
  394.    HDD with no more than 8G if you apply the NSD patch to the internal
  395.    ROM IDE_scsi.device v40 - 8G, nothing more.
  396.  
  397.    Filesystems like PFS and SFS which have e.g. a "direct scsi" version
  398.    must use the IDE_scsi.device as well, so the 8G limit applies here
  399.    as well (the docs of e.g. PFS are a bit vague on this topic).
  400.  
  401.    * YOU CAN *NOT* PATCH THE INTERNAL 8G LIMIT OF THE OLD IDE_scsi.device
  402.      with NSDPatch, nor can you avoid it with a third party filesystem's
  403.      "direct scsi" version.
  404.  
  405.    * If you want to use a HDD larger than 8G on the internal IDE_scsi
  406.      connector of the A600/A1200/A4000, REGARDLESS OF THE FILESYSTEM (!),
  407.      you MUST use the IDE_scsi.device from the ROM update.
  408.  
  409. Thank you, Heinz Wrobel, for clearing those things up with short and
  410. precise answers to my nerving emails :)
  411.  
  412. ---------------------------------------------------------------------------
  413.